func runtime.isDirectIface

6 uses

	runtime (current package)
		alg.go#L146: 	if isDirectIface(t) {
		alg.go#L173: 	if isDirectIface(t) {
		alg.go#L290: 		if isDirectIface(t) {
		alg.go#L376: 	if isDirectIface(t) {
		alg.go#L393: 	if isDirectIface(t) {
		typekind.go#L10: func isDirectIface(t *_type) bool {